﻿@charset "utf-8";

body {
    font-family: /*"bitterregular",*/ "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
    color: #333333;
    background-color: #ffffff;
}

body, div, p, span, form, iframe, table, td, th, input, textarea, button, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none outside none;
}

a {
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #e62129;
    }

.container {
    width: 1200px;
}

/*-----------------------------------------------------------------------*/
.phonenav {
    display: none;
}

    .phonenav button {
        width: 100%;
        border: none;
        background: none;
        border: 1px solid #e62129;
        background-color: #e62129;
        outline: none;
        margin-top: 0px;
        color: #ffffff;
        font-size: 20px;
        height: 35px;
    }

.phonenavlist {
    width: 100%;
    margin: 0 auto;
    display: none;
}

    .phonenavlist li {
        background-color: rgba(230,33,41,0.9);
        border-top: 1px solid #e62129;
        color: #fff;
        line-height: 40px;
        text-align: left;
        padding-left: 20px;
        text-transform: uppercase;
    }

.phonelogo {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: -webkit-linear-gradient(-90deg,#f4f6f8,#e7eaec);
    background: -moz-linear-gradient(-90deg,#f4f6f8,#e7eaec);
    background: -o-linear-gradient(-90deg,#f4f6f8,#e7eaec);
    background: -ms-linear-gradient(-90deg,#f4f6f8,#e7eaec);
}

    .phonelogo img {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 200px;
    }

.header-top {
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
}

    .header-top:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #e8e8e8;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .header-top img {
        float: left;
    }

    .header-top ul {
        float: right;
        margin-top: 10px;
    }

        .header-top ul li {
            display: inline-block;
            color: #92887b;
            font-size: 14px;
            margin-left: 20px;
            text-transform: uppercase;
        }

            .header-top ul li img {
                margin-left: 6px;
                width: 20px;
            }

.header-nav {
    border-bottom: 3px solid #e62129;
}

.nav-list {
    text-align: right;
    float: right;
}

    .nav-list li {
        display: inline-block;
        text-transform: uppercase;
        padding-left: 25px;
        padding-right: 25px;
        height: 60px;
        position: relative;
    }

        .nav-list li:before {
            content: '•';
            position: absolute;
            left: -3px;
            top: 19px;
            color: #92887b;
        }

        .nav-list li:first-child:before {
            display: none;
        }

        .nav-list li a {
            color: #92887b;
            display: block;
            line-height: 60px;
            border-top: 1px solid #e8e8e8;
            transition: all 300ms ease;
        }

            .nav-list li a:hover {
                color: #e62129;
                border-top: 1px solid #e62129;
                transition: all 300ms ease;
            }

    .nav-list .active a {
        color: #e62129;
        border-top: 1px solid #e62129;
    }

    .nav-list .open-menu {
        position: absolute;
        left: -60px;
        top: 70px;
        background-color: #ffffff;
        width: 240px;
        border-radius: 6px;
        z-index: 9;
        display: none;
    }

        .nav-list .open-menu a {
            color: #92887b;
            display: block;
            line-height: 48px;
            border: none;
            transition: all 300ms ease;
            text-align: center;
        }

            .nav-list .open-menu a:hover {
                color: #ffffff;
                border: none;
                background-color: #e62129;
                transition: all 300ms ease;
                border-radius: 6px;
            }

        .nav-list .open-menu dl {
            padding: 15px;
        }

.header-nav button {
    float: right;
    width: 40px;
    height: 40px;
    background-color: #e62129;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 20px;
    margin-top: 10px;
}

.home-title {
    text-align: center;
    margin-bottom: 30px;
}

    .home-title h1 {
        font-size: 40px;
        color: #424041;
        text-transform: uppercase;
        font-weight: bold;
    }

    .home-title h2 {
        font-size: 24px;
        color: #e62129;
        text-transform: capitalize;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .home-title i {
        color: #e62129;
        font-size: 20px;
        font-weight: bold;
    }

.home-section1 {
    padding-top: 70px;
    padding-bottom: 70px;
}

    .home-section1 .col-md-8 p {
        color: #666666;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 30px;
    }

.home-section1-item {
    position: relative;
}

    .home-section1-item:after {
        content: '';
        position: absolute;
        left: -15px;
        top: 0;
        width: 1px;
        height: 70px;
        border-left: 1px dashed #999999;
    }

.home-section1-item-nl:after {
    display: none;
}

.home-section1-item h4 {
    font-size: 70px;
    color: #e62129;
    font-weight: bold;
    width: 100px;
    float: left;
}

    .home-section1-item h4 span {
        font-size: 40%;
    }

.home-section1-item .text {
    width: calc(100% - 115px);
    float: right;
}

.home-section1-item h5 {
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
}

.home-section1-item p {
    font-size: 12px;
    color: #666666;
    margin-top: 5px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c7c7c7;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #e62129;
    border: 1px solid #e62129;
}

.home-section2-item {
    width: 33.333333%;
    float: left;
    position: relative;
}

    .home-section2-item:hover > p {
        opacity: 1;
        transition: all 300ms ease;
    }

    .home-section2-item p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        background-color: rgba(0,0,0,0.5);
        color: #ffffff;
        text-align: center;
        opacity: 0;
        transition: all 300ms ease;
    }

.home-section2-item-text {
    padding-top: 15%;
    padding-left: 15%;
}

    .home-section2-item-text h1 {
        color: #424041;
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .home-section2-item-text h2 {
        font-size: 24px;
        color: #e62129;
        font-weight: bold;
        margin-top: 20px;
    }

    .home-section2-item-text a {
        display: block;
        width: 220px;
        height: 44px;
        line-height: 44px;
        border-radius: 25px;
        font-size: 16px;
        color: #ffffff;
        background-color: #e62129;
        text-align: center;
        margin-top: 15px;
    }

        .home-section2-item-text a:hover {
            background: #eeeeee;
            color: #e62129;
        }

.home-section3 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.home-section3-item {
    width: 23%;
    float: left;
    margin-left:2%;
}

    .home-section3-item-img {
        padding-top: 25%;
    }

/*.home-section3-item-text {
    padding-left: 3%;
}*/

    .home-section3-item-text h1 {
        color: #424041;
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .home-section3-item-text h2 {
        font-size: 24px;
        color: #e62129;
        font-weight: bold;
        margin-top: 20px;
    }

        .home-section3-item-text h2 a {
            color: #e62129;
        }

    .home-section3-item-text h5 {
        font-size: 18px;
        color: #333333;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .home-section3-item-text p {
        font-size: 16px;
        color: #666666;
    }

    .home-section3-item-text img {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .home-section3-item-text i {
        color: #e62129;
        font-size: 50px;
    }

.home-section4 {
    background: url(../images/section4bg.jpg) center right no-repeat;
    background-color: #e62129;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .home-section4 ul li {
        display: inline-block;
        width: 45%;
        color: #ff666c;
        border-bottom: 1px solid #ff666c;
        font-size: 30px;
        margin-right: 30px;
        margin-bottom: 10px;
        transition: all 300ms ease;
    }

        .home-section4 ul li i {
            font-size: 30px;
            float: left;
        }

        .home-section4 ul li:hover {
            color: #ffffff;
            border-bottom: 1px solid #ffffff;
            transition: all 300ms ease;
        }

        .home-section4 ul li input {
            width: 85%;
            height: 30px;
            border: none;
            outline: none;
            margin-left: 10px;
            font-size: 14px;
            float: left;
            margin-top: 8px;
            padding-left: 10px;
            padding-right: 10px;
            background: none;
        }

        .home-section4 ul li:last-child input {
            width: 70%;
        }

.validate-img {
    float: right;
}

.home-section4-text {
    float: left;
    width: calc(100% - 300px);
}

    .home-section4-text p {
        color: #ffffff;
        line-height: 24px;
        margin-top: 20px;
    }

.home-section4-button {
    float: right;
    color: #e62129;
    background-color: #ffffff;
    border: none;
    outline: none;
    width: 240px;
    height: 46px;
    font-size: 14px;
    text-align: center;
    line-height: 46px;
    border-radius: 23px;
    text-transform: uppercase;
    margin-top: 30px;
}

    .home-section4-button:hover {
        font-weight: bold;
    }


.home-section5 {
    padding-top: 70px;
    padding-bottom: 50px;
}

.news-class {
    text-align: center;
    margin-bottom: 40px;
}

    .news-class li {
        display: inline-block;
        color: #666666;
        background-color: #e8edf1;
        padding: 10px 25px;
        margin-left: 5px;
        margin-right: 5px;
        cursor: pointer;
    }

    .news-class .active {
        background-color: #e62129;
        color: #ffffff;
    }

.news-item {
    border: 1px solid #eaeeef;
    padding: 60px 40px 40px 40px;
}

    .news-item h5 {
        font-size: 30px;
        color: #e62129;
        font-weight: bold;
    }

        .news-item h5 span {
            font-size: 14px;
            color: #7f7f7f;
            margin-left: 10px;
            font-weight: normal;
        }

    .news-item h4 {
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        margin-top: 15px;
    }

        .news-item h4 a {
            color: #000000;
        }

            .news-item h4 a:hover {
                color: #e62129;
            }

    .news-item p {
        color: #666666;
        line-height: 24px;
        height: 72px;
        overflow: hidden;
    }

    .news-item i {
        color: #e62129;
        font-size: 50px;
    }

#newsContent1 .item {
    padding-left: 10px;
    padding-right: 10px;
}

#newsContent2 .item {
    padding-left: 10px;
    padding-right: 10px;
}

.news-content1 .owl-theme .owl-controls .owl-page span {
    background: #fe8286;
}

.news-content1 .owl-theme .owl-controls .owl-page.active span, .news-content1 .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ffffff;
    border: 2px solid #e62129;
}

.news-content2 .owl-theme .owl-controls .owl-page span {
    background: #fe8286;
}

.news-content2 .owl-theme .owl-controls .owl-page.active span, .news-content2 .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ffffff;
    border: 2px solid #e62129;
}

.news-content2 {
    display: none;
}

.footer {
    background: url(../images/footerbg.jpg) center no-repeat;
    border-top: 3px solid #808080;
}

.footer-content {
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-bottom {
    border-top: 1px solid #000000;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .footer-bottom p {
        color: #000000;
    }

.footer-navlist {
    text-align: center;
    margin-bottom: 40px;
}

    .footer-navlist li {
        display: inline-block;
        text-transform: uppercase;
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
    }

        .footer-navlist li:before {
            content: '•';
            position: absolute;
            left: -3px;
            top: 0px;
            color: #000000;
        }

        .footer-navlist li:first-child:before {
            display: none;
        }

        .footer-navlist li a {
            color: #000000;
        }

.footer-content p {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    margin-bottom: 30px;
}

.footer-content i {
    font-size: 18px;
    margin-right: 10px;
}

.footer-content p span {
    border-bottom: 1px solid #000000;
    font-weight: normal;
    margin-left: 10px;
    text-transform: none;
}

.page-banner {
    background: url(../images/pagebanner.jpg) center center;
    height: 400px;
    padding-top: 120px;
    text-align: center;
}

    .page-banner h1 {
        color: #ffffff;
        text-align: center;
        font-size: 70px;
        font-weight: bold;
    }

        .page-banner h1 span {
            color: #e62129;
        }

    .page-banner ul {
        display: inline-block;
        background-color: #444444;
        margin-top: 30px;
    }

        .page-banner ul li {
            display: inline-block;
            padding-left: 30px;
            padding-right: 30px;
            position: relative;
        }

            .page-banner ul li:before {
                content: '';
                position: absolute;
                left: 0;
                top: 15px;
                width: 1px;
                height: 10px;
                background-color: #a5afc1;
            }

            .page-banner ul li:first-child:before {
                display: none;
            }

            .page-banner ul li a {
                color: #ffffff;
                display: block;
                padding: 10px 0;
                text-transform: capitalize;
                border-bottom: 1px solid #444444;
                transition: all 300ms ease;
            }

                .page-banner ul li a:hover {
                    color: #e62129;
                    border-bottom: 1px solid #e62129;
                    transition: all 300ms ease;
                }

    .page-banner .active a {
        color: #e62129;
        border-bottom: 1px solid #e62129;
    }

.page-content {
    padding-top: 40px;
}

.page-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

    .page-title h1 {
        float: left;
        font-size: 30px;
        color: #e62129;
        font-weight: bold;
        text-transform: uppercase;
    }

    .page-title ul {
        float: right;
        background-color: #3e4347;
        padding: 8px 20px 8px 30px;
    }

        .page-title ul li {
            display: inline-block;
            position: relative;
            padding-left: 10px;
            padding-right: 10px;
            text-transform: capitalize;
        }

            .page-title ul li:before {
                content: '>';
                position: absolute;
                left: -5px;
                top: 0;
                color: #ffffff;
            }

            .page-title ul li:first-child:before {
                content: '▶';
                position: absolute;
                left: -5px;
                top: 0;
                color: #ffffff;
            }

            .page-title ul li a {
                color: #ffffff;
            }

.about-section1 {
    margin-bottom: 40px;
}

    .about-section1 h4 {
        color: #393838;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .about-section1 p {
        color: #999999;
        line-height: 24px;
    }

    .about-section1 h5 {
        color: #e62129;
        font-size: 26px;
    }

.about-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-section2-title {
    font-size: 48px;
    color: #29292b;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

    .about-section2-title span {
        color: #e62129;
    }

    .about-section2-title:before {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 34px;
        height: 2px;
        background-color: #000000;
    }

    .about-section2-title:after {
        content: '';
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 12px;
        height: 12px;
        border-radius: 6px;
        background-color: #000000;
    }

.about-section2 h2 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 40px;
    line-height: 26px;
    margin-bottom: 20px;
}

.about-section2 h3 {
    background-color: #f4f6f6;
    display: inline-block;
    color: #586266;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 50px;
}

    .about-section2 h3 span {
        display: inline-block;
        background-color: #000000;
        width: 16px;
        height: 16px;
        line-height: 16px;
        border-radius: 8px;
        color: #ffffff;
        text-align: center;
        margin-right: 5px;
    }

.about-section2 p {
    color: #999999;
    line-height: 24px;
}

.about-section2-mid {
    background-color: #f4f8fb;
    border-left: 6px solid #e62129;
    padding: 20px;
}

.about-section3 {
    background: url(../images/aboutimg03.jpg) center center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-section3-item {
    width: 33%;
    float: left;
    text-align: center;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 1px;
    transition: all 300ms ease;
}

    .about-section3-item:hover {
        background-color: #e62129;
        transition: all 300ms ease;
    }

        .about-section3-item:hover > h1, .about-section3-item:hover > h2, .about-section3-item:hover > p {
            color: #ffffff;
            transition: all 300ms ease;
        }

        .about-section3-item:hover > h2 {
            border-bottom: 4px solid #ffffff;
            transition: all 300ms ease;
        }

    .about-section3-item h1 {
        text-align: center;
        font-size: 40px;
        color: #e62129;
        position: relative;
        display: inline-block;
        transition: all 300ms ease;
    }

        .about-section3-item h1 span {
            position: absolute;
            right: -25px;
            top: 0;
            width: 20px;
            height: 20px;
            border-radius: 10px;
            background-color: #000000;
            text-align: center;
            font-size: 12px;
            line-height: 20px;
            color: #ffffff;
            transition: all 300ms ease;
        }

    .about-section3-item h2 {
        font-size: 22px;
        color: #000000;
        text-align: center;
        border-bottom: 4px solid #e62129;
        line-height: 40px;
        transition: all 300ms ease;
    }

    .about-section3-item p {
        padding: 20px 35px 35px 35px;
        text-align: left;
        transition: all 300ms ease;
    }

.about-section4 {
    background-color: #f5f6fb;
    padding-top: 50px;
    padding-bottom: 40px;
}

    .about-section4 .about-section2-title {
        margin-bottom: 50px;
    }

    .about-section4 p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        margin-bottom: 30px;
    }

.about-section4-item {
    background-color: #ffffff;
}

    .about-section4-item p {
        color: #999999;
        padding: 30px;
        height: 323px;
    }

.about-section5 {
    background: url(../images/aboutimg07.jpg) center center;
    height: 600px;
    padding-top: 150px;
}

    .about-section5 img {
        margin-bottom: 30px;
    }

    .about-section5 p {
        color: #ffffff;
        line-height: 26px;
    }

.strength-page {
    margin-bottom: 30px;
}

    .strength-page li {
        display: inline-block;
        margin-right: 20px;
    }

        .strength-page li a {
            display: block;
            background-color: #e8edf1;
            color: #666666;
            padding: 10px 25px;
        }

    .strength-page .active a {
        background-color: #e62129;
        color: #ffffff;
    }

.p-center-666 {
    text-align: center;
    line-height: 24px;
    color: #666666;
}

.strength-section1 {
    margin-top: 30px;
    padding-bottom: 30px;
}

    .strength-section1 .home-section1-item {
        margin-top: 20px;
    }

        .strength-section1 .home-section1-item:after {
            display: none;
        }

        .strength-section1 .home-section1-item h4 {
            font-size: 60px;
            width: 100px;
            margin-top: 5px;
        }

        .strength-section1 .home-section1-item .text {
            width: calc(100% - 100px);
        }

.strength-section2 {
    background-color: #f5f6fb;
    padding-top: 40px;
    padding-bottom: 40px;
}

.strength-section2-owl h5 {
    font-size: 30px;
    color: #666666;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.strength-section2-owl {
    position: relative;
}

.strength-section2-owl-left {
    position: absolute;
    left: -60px;
    top: 50%;
    background: none;
    border: 2px double #e62129;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 28px;
    color: #e62129;
    outline: none;
}

.strength-section2-owl-right {
    position: absolute;
    right: -60px;
    top: 50%;
    background: none;
    border: 2px double #e62129;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 28px;
    color: #e62129;
    outline: none;
}

.strength-section3 {
    background-color: #e62129;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .strength-section3 p {
        line-height: 30px;
        color: #ffffff;
        text-align: center;
    }

.strength-section4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .strength-section4 .about-section2-title {
        margin-bottom: 60px;
    }

.strength-section4-item {
    border: 1px solid #eaeeef;
    padding: 70px 40px 40px 40px;
    position: relative;
}

    .strength-section4-item span {
        position: absolute;
        left: 40px;
        top: 20px;
        font-size: 30px;
        color: #e62129;
        font-weight: bold;
    }

    .strength-section4-item p {
        background-color: #f5f6fb;
        padding: 30px 20px;
        color: #999999;
        line-height: 24px;
    }

.strength-section5 {
    background: url(../images/strengthimg06.jpg) center center;
    padding-top: 130px;
    padding-bottom: 130px;
}

    .strength-section5 p {
        color: #ffffff;
        line-height: 24px;
    }

.strength-section6 {
    background-color: #f5f6fb;
    padding: 40px 0;
}

.strength-section6-left {
    width: 370px;
    height: 400px;
    float: left;
    background-color: #3e4347;
    padding-top: 55px;
    position: relative;
    overflow: hidden;
}

    .strength-section6-left i {
        position: absolute;
        bottom: -120px;
        right: 0;
        color: #5a5e62;
        font-size: 300px;
    }

.strength-section6-right {
    width: calc(100% - 370px);
    float: right;
}

    .strength-section6-right ul {
        width: 100%;
        height: 200px;
        background-color: #e62129;
    }

        .strength-section6-right ul li {
            width: 25%;
            float: left;
            text-align: center;
            padding-top: 20px;
            position: relative;
            cursor: pointer;
        }

            .strength-section6-right ul li:hover > i {
                color: #ffffff;
                transition: all 300ms ease;
            }

            .strength-section6-right ul li:hover:after {
                background-color: #ffffff;
                transition: all 300ms ease;
            }

            .strength-section6-right ul li:after {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                bottom: -10px;
                margin-left: auto;
                margin-right: auto;
                width: 8px;
                height: 8px;
                background-color: #221815;
                border-radius: 4px;
                transition: all 300ms ease;
            }

            .strength-section6-right ul li i {
                font-size: 100px;
                color: #221815;
                transition: all 300ms ease;
            }

.strength-section6-right-text {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
}

    .strength-section6-right-text p {
        padding: 30px 50px;
        line-height: 26px;
        color: #999999;
        display: none;
    }

.strength-section6-right .active i {
    color: #ffffff;
}

.strength-section6-right .active:after {
    background-color: #ffffff;
}

.strength-section6-right-text p:first-child {
    display: block;
}

.strength-section7 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.strength-section7-owl {
    position: relative;
}

    .strength-section7-owl h1 {
        font-weight: bold;
        font-size: 46px;
        color: #29292b;
        margin-bottom: 20px;
    }

        .strength-section7-owl h1 span {
            color: #e62129;
        }

    .strength-section7-owl .item p {
        color: #7e7e7f;
        line-height: 24px;
        background-color: #f5f6fb;
        padding: 15px 40px;
    }

.strength-section7-owl-left {
    position: absolute;
    right: 35px;
    top: 10px;
    width: 35px;
    height: 35px;
    outline: none;
    background-color: #3e4347;
    border: none;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
}

.strength-section7-owl-right {
    position: absolute;
    right: 0;
    top: 10px;
    width: 35px;
    height: 35px;
    outline: none;
    background-color: #e62129;
    border: none;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
}

.strength-section8 {
    padding-bottom: 20px;
}

.strength-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

    .strength-title h1 {
        font-size: 30px;
        color: #29292b;
        font-weight: bold;
        position: relative;
    }

        .strength-title h1 span {
            color: #e62129;
        }

        .strength-title h1:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -40px;
            width: 8px;
            height: 8px;
            background-color: #e62129;
        }

        .strength-title h1:after {
            content: '';
            position: absolute;
            left: 12px;
            bottom: -40px;
            width: 8px;
            height: 8px;
            background-color: #29292b;
        }

.strength-footer {
    padding-top: 30px;
}

    .strength-footer h4 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
    }

        .strength-footer h4 span {
            color: #e62129;
            font-weight: bold;
        }

.strength-section8-owl {
    position: relative;
}

.strength-section8-owl-item {
    background-color: #f5f6fb;
    transition: all 300ms ease;
}

    .strength-section8-owl-item:hover {
        background-color: #e62129;
        transition: all 300ms ease;
    }

        .strength-section8-owl-item:hover > p {
            color: #ffffff;
            transition: all 300ms ease;
        }

    .strength-section8-owl-item p {
        text-align: center;
        color: #666666;
        line-height: 46px;
        transition: all 300ms ease;
    }

#strengthSection8Owl .item {
    padding-left: 10px;
    padding-right: 10px;
}

.strength-section9-owl {
    position: relative;
}

#strengthSection9Owl .item {
    padding-left: 10px;
    padding-right: 10px;
}

.ssol {
    position: absolute;
    left: -50px;
    top: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f5f6fb;
    color: #333333;
    font-size: 24px;
    border: none;
    border-radius: 20px;
    outline: none;
    margin-top: -20px;
    transition: all 300ms ease;
}

.ssor {
    position: absolute;
    right: -50px;
    top: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f5f6fb;
    color: #333333;
    font-size: 24px;
    border: none;
    border-radius: 20px;
    outline: none;
    margin-top: -20px;
    transition: all 300ms ease;
}

    .ssol:hover, .ssor:hover {
        background-color: #e62129;
        color: #ffffff;
        transition: all 300ms ease;
    }

.strength-section9 {
    padding-bottom: 20px;
}

.strength-section10 {
    padding-bottom: 20px;
}

.strength-section10-owl {
    position: relative;
}

#strengthSection10Owl .item {
    padding-left: 10px;
    padding-right: 10px;
}

.strength-section11 {
    padding-bottom: 20px;
}

.strength-section11-owl {
    position: relative;
}

#strengthSection11Owl .item {
    padding-left: 10px;
    padding-right: 10px;
}

.strength-section12 {
    padding-bottom: 20px;
}

.strength-section12-owl {
    position: relative;
}

#strengthSection12Owl .item {
    padding-left: 10px;
    padding-right: 10px;
}

.strength-section13 {
    margin-top: 30px;
    background: url(../images/strengthimg27.jpg) repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .strength-section13 h5 {
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .strength-section13 p {
        color: #ffffff;
        font-size: 14px;
        line-height: 24px;
    }

.culture-item1 {
    height: 400px;
    margin-bottom: 30px;
}

    .culture-item1 .title {
        margin-bottom: 20px;
    }

        .culture-item1 .title h5 {
            float: left;
            background-color: #e62129;
            width: 105px;
            height: 38px;
            text-align: center;
            color: #ffffff;
            line-height: 38px;
        }

        .culture-item1 .title span {
            float: left;
            background-color: #ff4d4d;
            width: 38px;
            height: 38px;
            text-align: center;
            color: #ffffff;
            line-height: 38px;
            margin-left: 5px;
        }

    .culture-item1 h4 {
        font-size: 22px;
        color: #000000;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .culture-item1 p {
        color: #666666;
        font-size: 14px;
        line-height: 24px;
        height: 24px;
        /*overflow: hidden;*/
    }

.culture-item2 {
    height: 400px;
    background-color: #f5f6fb;
    padding: 40px;
    padding-bottom: 0;
    margin-bottom: 30px;
}

    .culture-item2 .title {
        margin-bottom: 20px;
    }

        .culture-item2 .title h5 {
            float: left;
            background-color: #e62129;
            width: 38px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            color: #ffffff;
        }

            .culture-item2 .title h5 i {
                font-size: 26px;
                line-height: 38px;
            }

        .culture-item2 .title span {
            float: left;
            background-color: #ff4d4d;
            width: 38px;
            height: 38px;
            text-align: center;
            color: #ffffff;
            line-height: 38px;
            margin-left: 5px;
        }

    .culture-item2 h4 {
        font-size: 22px;
        color: #000000;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .culture-item2 p {
        color: #666666;
        font-size: 14px;
        line-height: 24px;
    }

.course-owl {
    height: 160px;
    background-color: #f5f6fb;
    border-radius: 80px;
    position: relative;
    padding: 20px;
}

    .course-owl:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        width: calc(100% - 120px);
        height: 1px;
        border-bottom: 1px dashed #a1a1a1;
        margin-left: auto;
        margin-right: auto;
    }

    .course-owl .number {
        width: 120px;
        height: 120px;
        border-radius: 60px;
        border: 1px solid #a5a5a6;
        background-color: #f5f6fb;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
        transition: all 300ms ease;
    }

        .course-owl .number span {
            position: absolute;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            top: 13px;
            display: block;
            width: 94px;
            height: 94px;
            background-color: #e1e2e6;
            text-align: center;
            line-height: 94px;
            border-radius: 47px;
            font-size: 28px;
            color: #a1a1a1;
            font-weight: bold;
            transition: all 300ms ease;
        }

        .course-owl .number:hover {
            background-color: #e62129;
            border: 1px solid #e62129;
            transition: all 300ms ease;
        }

            .course-owl .number:hover span {
                background-color: #e62129;
                color: #ffffff;
                transition: all 300ms ease;
            }

    .course-owl .active {
        background-color: #e62129;
        border: 1px solid #e62129;
    }

        .course-owl .active span {
            background-color: #e62129;
            color: #ffffff;
        }

.course-owl-left {
    position: absolute;
    left: -50px;
    top: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f5f6fb;
    color: #333333;
    font-size: 24px;
    border: none;
    border-radius: 20px;
    outline: none;
    margin-top: -20px;
    transition: all 300ms ease;
}

.course-owl-right {
    position: absolute;
    right: -50px;
    top: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f5f6fb;
    color: #333333;
    font-size: 24px;
    border: none;
    border-radius: 20px;
    outline: none;
    margin-top: -20px;
    transition: all 300ms ease;
}

    .course-owl-left:hover, .course-owl-right:hover {
        background-color: #e62129;
        color: #ffffff;
        transition: all 300ms ease;
    }

.course-section {
    margin-top: 60px;
    background: url(../images/courseimg01.jpg) center bottom no-repeat;
    padding-bottom: 300px;
}

    .course-section section {
        display: none;
    }

        .course-section section:first-child {
            display: block;
        }

        .course-section section:after {
            content: '';
            display: table;
            clear: both;
        }

        .course-section section h5 {
            width: 250px;
            float: left;
            font-size: 28px;
            color: #424041;
            text-align: right;
            padding-right: 70px;
            line-height: 35px;
            position: relative;
        }

            .course-section section h5:after {
                content: '';
                position: absolute;
                right: 30px;
                top: 7px;
                width: 20px;
                height: 20px;
                background-color: #e62129;
                border-radius: 10px;
                z-index: 1;
            }

            .course-section section h5:before {
                content: '';
                position: absolute;
                right: 33px;
                top: 10px;
                width: 14px;
                height: 14px;
                background-color: #ffffff;
                border-radius: 7px;
                z-index: 2;
            }

        .course-section section p {
            width: calc(100% - 250px);
            float: right;
            font-size: 24px;
            color: #424041;
            line-height: 35px;
            /*text-transform: uppercase;*/
            padding-right: 70px;
        }

.quality-section1 {
    padding-bottom: 40px;
}

    .quality-section1 h2 {
        font-size: 30px;
        color: #393838;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 40px;
    }

    .quality-section1 h5 {
        color: #e62129;
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .quality-section1 p {
        font-size: 14px;
        color: #999999;
        line-height: 26px;
    }

.quality-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f6fb;
}

    .quality-section2 p {
        color: #999999;
        line-height: 24px;
        background-color: #ffffff;
        padding: 40px;
        height: 332px;
        border-bottom: 6px solid #e62129;
    }

.quality-section3 {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .quality-section3 .about-section2-title {
        margin-bottom: 60px;
    }

    .quality-section3 img {
        margin-top: 30px;
    }

.quality-section4 {
    margin-top: 30px;
    background: url(../images/strengthimg27.jpg) repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .quality-section4 h5 {
        font-size: 24px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
    }

    .quality-section4 p {
        font-size: 14px;
        color: #ffffff;
        line-height: 24px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.quality-section5 {
    padding-top: 40px;
    padding-bottom: 60px;
}

    .quality-section5 .about-section2-title {
        margin-bottom: 60px;
    }

.quality-owl {
    position: relative;
}

.quality-owl-left {
    position: absolute;
    left: -50px;
    top: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f5f6fb;
    color: #333333;
    font-size: 24px;
    border: none;
    border-radius: 20px;
    outline: none;
    margin-top: -20px;
    transition: all 300ms ease;
}

.quality-owl-right {
    position: absolute;
    right: -50px;
    top: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f5f6fb;
    color: #333333;
    font-size: 24px;
    border: none;
    border-radius: 20px;
    outline: none;
    margin-top: -20px;
    transition: all 300ms ease;
}

    .quality-owl-left:hover, .quality-owl-right:hover {
        background-color: #e62129;
        color: #ffffff;
        transition: all 300ms ease;
    }

.news-list {
    margin-bottom: 20px;
}

.news-list-item {
    background-color: #f5f6fb;
    padding: 30px 20px;
    margin-bottom: 30px;
}

    .news-list-item img {
        width: 130px;
        height: 130px;
        float: left;
    }

.news-list-item-text {
    width: calc(100% - 130px);
    float: right;
    padding-left: 20px;
}

    .news-list-item-text h4 {
        font-size: 16px;
        color: #333333;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        font-weight: bold;
    }

        .news-list-item-text h4 a {
            color: #333333;
        }

            .news-list-item-text h4 a:hover {
                color: #e62129;
            }

    .news-list-item-text hr {
        margin-top: 5px;
        margin-bottom: 5px;
        border-top: 1px dashed #999999;
    }

    .news-list-item-text p {
        font-size: 14px;
        color: #999999;
        line-height: 20px;
		height: 60px;
    }

.news-list-item-bottom {
    margin-top: 10px;
}

    .news-list-item-bottom ul {
        float: left;
    }

        .news-list-item-bottom ul li {
            display: inline-block;
            color: #999999;
            font-size: 14px;
            margin-right: 10px;
        }

    .news-list-item-bottom a {
        display: block;
        float: right;
        width: 90px;
        height: 22px;
        line-height: 22px;
        background-color: #999999;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
    }

        .news-list-item-bottom a:hover {
            background-color: #e62129;
            color: #ffffff;
        }

/*.page-list {
    text-align: center;
    margin-bottom: 60px;
}

    .page-list ul li {
        display: inline-block;
        margin-left: 2px;
        margin-right: 2px;
        text-transform: capitalize;
    }

        .page-list ul li a {
            border: 1px solid #ebebeb;
            padding: 10px 15px;
            color: #333333;
            transition: all 300ms ease;
        }

            .page-list ul li a:hover {
                background-color: #e62129;
                border: 1px solid #e62129;
                color: #ffffff;
                transition: all 300ms ease;
            }

    .page-list .active a {
        background-color: #e62129;
        border: 1px solid #e62129;
        color: #ffffff;
    }*/

.news-show {
    margin-bottom: 50px;
}

    .news-show h1 {
        font-size: 24px;
        color: #3e4347;
        text-align: center;
        text-transform: uppercase;
        line-height: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .news-show h2 {
        font-size: 14px;
        color: #999999;
        text-align: center;
        text-transform: capitalize;
    }

    .news-show p {
        color: #666666;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .news-show img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.news-show-nav {
    margin-top: 30px;
}

    .news-show-nav li {
        margin-bottom: 15px;
    }

        .news-show-nav li a {
            display: inline-block;
            width: 110px;
            height: 44px;
            border: 1px solid #000000;
            text-align: center;
            line-height: 44px;
            border-radius: 6px;
            color: #000000;
        }

            .news-show-nav li a:hover {
                background-color: #e62129;
                border: 1px solid #e62129;
                color: #ffffff;
            }

        .news-show-nav li p {
            display: inline-block;
            height: 44px;
            line-height: 44px;
            padding-left: 20px;
            font-size: 16px;
            color: #666666;
            margin-bottom: 0;
        }

.cases-owl {
    position: relative;
    margin-top: 50px;
}

.cases-owl-left {
    position: absolute;
    right: 35px;
    top: -60px;
    width: 35px;
    height: 35px;
    outline: none;
    background-color: #3e4347;
    border: none;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
}

.cases-owl-right {
    position: absolute;
    right: 0;
    top: -60px;
    width: 35px;
    height: 35px;
    outline: none;
    background-color: #e62129;
    border: none;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
}

.cases-owl-item {
    position: relative;
}

.cases-owl-item-black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
}

.cases-owl-item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    text-align: center;
    padding-top: 30%;
}

    .cases-owl-item-text h4 {
        color: #ffffff;
        font-size: 38px;
        text-transform: capitalize;
    }

    .cases-owl-item-text h5 {
        color: #ffffff;
        font-size: 14px;
        text-transform: capitalize;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .cases-owl-item-text a {
        display: inline-block;
        padding: 5px 15px;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        border: 1px solid #ffffff;
        transition: all 300ms ease;
    }

        .cases-owl-item-text a:hover {
            background-color: #e62129;
            border: 1px solid #e62129;
            transition: all 300ms ease;
        }

.cases-first {
}

    .cases-first img {
        width: 550px;
        height: 550px;
        float: left;
    }

.cases-first-text {
    width: calc(100% - 550px);
    text-align: center;
    float: right;
    padding-top: 15%;
}

    .cases-first-text h5 {
        font-size: 36px;
        color: #48404f;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 15px;
    }

        .cases-first-text h5:hover {
            color: #e62129;
        }

    .cases-first-text p {
        font-size: 24px;
        color: #666666;
        text-transform: capitalize;
    }

        .cases-first-text p:hover {
            color: #e62129;
        }

.cases-section1 h5 {
    font-size: 20px;
    color: #3e4347;
    line-height: 48px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

    .cases-section1 h5 span {
        color: #e62129;
        margin-right: 5px;
    }

.cases-section1 p {
    font-size: 14px;
    color: #666666;
    height: 48px;
    display: inline-block;
    background-color: #f5f6fb;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 48px;
    margin-left: 15px;
}

.cases-section1 .col-md-12, .cases-section1 .col-md-6 {
    margin-bottom: 20px;
}

.cases-section2 {
    margin-bottom: 30px;
}

    .cases-section2 h4 {
        font-size: 20px;
        color: #3e4347;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .cases-section2 h5 {
        background-color: #f5f6fb;
        padding: 40px 40px 30px 40px;
    }

    .cases-section2 p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        margin-bottom: 10px;
    }

.cases-section3 {
    margin-bottom: 40px;
}

.cases-section3-owl {
    position: relative;
}

.cases-section3-owl-left {
    position: absolute;
    left: 30px;
    top: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(255,255,255,0.3);
    color: #ffffff;
    font-size: 24px;
    border: none;
    border-radius: 20px;
    outline: none;
    margin-top: -20px;
    transition: all 300ms ease;
    z-index: 3;
}

.cases-section3-owl-right {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(255,255,255,0.3);
    color: #ffffff;
    font-size: 24px;
    border: none;
    border-radius: 20px;
    outline: none;
    margin-top: -20px;
    transition: all 300ms ease;
    z-index: 3;
}

    .cases-section3-owl-left:hover, .cases-section3-owl-right:hover {
        background-color: #e62129;
        color: #ffffff;
        transition: all 300ms ease;
    }

.cases-section4 {
    background: url(../images/strengthimg27.jpg) repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .cases-section4 h5 {
        font-size: 20px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: bold;
    }

        .cases-section4 h5 span {
            font-size: 80%;
        }

    .cases-section4 p {
        font-size: 14px;
        color: #ffffff;
        line-height: 24px;
    }

.cases-section5 {
    margin-bottom: 15px;
}

.products-select {
    width: 280px;
    float: left;
    padding-right: 30px;
}

.products-list-content {
    width: calc(100% - 280px);
    float: right;
}

.products-list-item {
    position: relative;
    margin-bottom: 30px;
}

    .products-list-item:hover > p {
        opacity: 1;
        transition: all 300ms ease;
    }

    .products-list-item p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background-color: rgba(0,0,0,0.5);
        color: #ffffff;
        text-align: center;
        /*opacity: 0;*/
        transition: all 300ms ease;
    }

.products-list-content .page-list {
    margin-top: 20px;
}

.products-select-item {
    margin-bottom: 10px;
}


.active {
    color: #e62129;
}

.products-select-item h3 {
    background-color: #eeeeee;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.products-select-item .layer2 {
    padding-left: 30px;
}

.products-select-item .layer3 {
    padding-left: 40px;
}

.products-select-item a:active {
    color: #e62129;
}

.products-select-item .layer2:after {
    content: '●';
    position: absolute;
    left: 15px;
    /*top: -5px;*/
}

.products-select-item .layer3:after {
    content: '●';
    position: absolute;
    left: 25px;
    /*top: -5px;*/
}


.products-select-item h3 i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #e62129;
}


.header-search {
    position: relative;
}

.search-box {
    width: 620px;
    /*height: 364px;*/
    position: absolute;
    right: 0;
    top: 70px;
    background-color: #ffffff;
    border: #919699 solid 2px;
    z-index: 9;
    display: none;
}

    .search-box button {
        position: absolute;
        right: 0;
        top: 0;
        float: none;
        width: 34px;
        height: 33px;
        margin-top: 0;
    }

    .search-box input {
        width: 100%;
        height: 34px;
        line-height: 34px;
        padding-left: 15px;
        padding-right: 45px;
        outline: none;
        border: none;
        /*border-bottom: 1px solid #919699;*/
    }

    .search-box ul {
        width: 160px;
        height: 326px;
        float: left;
        overflow-y: auto;
    }

        .search-box ul li {
            cursor: pointer;
            height: 36px;
            line-height: 36px;
            padding-left: 15px;
            padding-right: 15px;
        }

            .search-box ul li:hover {
                background-color: #eeeeee;
            }

.search-result {
    width: calc(100% - 160px);
    height: 326px;
    float: right;
    border-left: 1px solid #919699;
    padding: 20px 10px;
}

    .search-result h5 {
        font-size: 20px;
        color: #666666;
        margin-bottom: 20px;
    }

        .search-result h5 span {
            font-weight: bold;
            color: #333333;
        }

    .search-result .col-md-3 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .search-result .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .search-result p {
        text-align: center;
        height: 18px;
        line-height: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
        overflow: hidden;
    }

        .search-result p a {
            color: #666666;
        }

            .search-result p a:hover {
                color: #e62129;
            }

.products-show {
    width: calc(100% - 280px);
    float: right;
    padding-bottom: 20px;
}

#proShowOwl {
    border: 1px solid #e6e6e6;
}

    #proShowOwl .owl-controls {
        margin-top: 10px;
        text-align: center;
        position: absolute;
        bottom: 10px;
        right: 25px;
    }

        #proShowOwl .owl-controls .owl-page span {
            display: block;
            width: 10px;
            height: 10px;
            margin: 5px 3px;
            filter: Alpha(Opacity=100);
            opacity: 1;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            background: #959595;
        }

        #proShowOwl .owl-controls .owl-page.active span,
        #proShowOwl .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100); /*IE7 fix*/
            opacity: 1;
            background: #e62129;
        }

.proshow-header h1 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.proshow-header h2 {
    font-size: 14px;
    color: #999999;
}

.proshow-header ul li {
    line-height: 26px;
    color: #666666;
}

.proshow-header-contact {
    background-color: #f4f6f8;
    padding: 20px 15px 18px 15px;
}

    .proshow-header-contact:after {
        content: '';
        display: table;
        clear: both;
    }

    .proshow-header-contact button {
        background-color: #e62129;
        border: none;
        outline: none;
        color: #ffffff;
        text-transform: uppercase;
        padding: 10px 20px;
        font-size: 12px;
        float: left;
    }

.proshow-header-contact-info {
    float: left;
    margin-left: 20px;
}

    .proshow-header-contact-info p {
        font-weight: bold;
    }

        .proshow-header-contact-info p i {
            width: 20px;
            text-align: center;
            margin-right: 5px;
            font-size: 16px;
        }

.proshow-content {
    margin-top: 20px;
}

.proshow-content-tab {
    border-bottom: 1px solid #e62129;
}

    .proshow-content-tab li {
        display: inline-block;
        color: #666666;
        background-color: #f4f6f8;
        padding: 8px 25px;
        cursor: pointer;
        margin-right: 5px;
    }

    .proshow-content-tab .active {
        background-color: #e62129;
        color: #ffffff;
    }

.proshow-content-section {
    padding-top: 10px;
}

    .proshow-content-section section {
        display: none;
    }

    .proshow-content-section .active {
        display: block;
    }

.proshow-other {
    margin-top: 20px;
}

    .proshow-other .proshow-content-tab {
        margin-bottom: 20px;
    }

.contact-content {
    padding-top: 0px;
    padding-bottom: 60px;
}

    .contact-content h1 {
        font-size: 22px;
        color: #333333;
        text-transform: capitalize;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .contact-content h2 {
        font-size: 14px;
        color: #666666;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

.google-map {
    width: 100%;
    height: 600px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.contact-info {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .contact-info li {
        line-height: 32px;
        color: #333333;
    }

        .contact-info li i {
            color: #e62129;
            width: 20px;
            text-align: center;
            font-size: 16px;
            margin-right: 10px;
        }

.contact-form input {
    height: 47px;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #e4e4e4;
    outline: none;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

    .contact-form input:focus {
        border: 1px solid #e62129;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.contact-form textarea {
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #e4e4e4;
    outline: none;
    margin-bottom: 15px;
    padding: 15px;
}

    .contact-form textarea:focus {
        border: 1px solid #e62129;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.contact-form button {
    background-color: #e62129;
    border: none;
    outline: none;
    color: #ffffff;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.contact-form img {
    height: 35px;
    margin-bottom: 10px;
}

.float-message {
    position: fixed;
    right: -300px;
    top: 30%;
    width: 300px;
    height: auto;
    background-color: #4c5158;
    border-bottom-left-radius: 10px;
    z-index: 99;
    transition: all 300ms ease;
    cursor: pointer;
}

    .float-message i {
        position: absolute;
        left: -40px;
        top: 20px;
        color: #ffffff;
        font-size: 35px;
    }

    .float-message:before {
        content: '';
        position: absolute;
        left: -50px;
        top: 0;
        width: 50px;
        height: 80px;
        background-color: #4c5158;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

    .float-message.active {
        right: 0;
        transition: all 300ms ease;
    }

    .float-message form {
        padding: 20px;
    }

        .float-message form input {
            height: 34px;
            width: 100%;
            background-color: #f7f7f7;
            border: 1px solid #e4e4e4;
            outline: none;
            margin-bottom: 10px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .float-message form textarea {
            width: 100%;
            background-color: #f7f7f7;
            border: 1px solid #e4e4e4;
            outline: none;
            margin-bottom: 5px;
            padding: 15px;
        }

        .float-message form button {
            background-color: #e62129;
            border: none;
            outline: none;
            color: #ffffff;
            height: 34px;
            width: 100%;
        }

    .float-message .code input {
        float: left;
        width: 50%;
    }

    .float-message .code img {
        width: 90px;
        height: 34px;
        margin-left: 10px;
    }

    .float-message h5 {
        color: #ffffff;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

.search-title {
    line-height: 30px;
    padding-bottom: 20px;
    padding-left: 10px;
}

    .search-title span {
        color: #e62129;
        font-weight: 600;
    }

/*分页页码*/
/*.page-list {
    position: relative;
    margin: 10px 0;
    padding: 0;
    clear: both;
    background: #fff;
}

    .page-list:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .page-list a,
    .page-list span {
        margin: 0.5em 0;
        padding: 0.5em 0;
        display: none;
        float: left;
        width: 24.5%;
        line-height: 1.2em;
        border-left: 1px solid #ececec;
        font-size: 13px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .page-list a:active {
            background: #ececec;
        }

    .page-list span {
        color: #999;
    }

    .page-list a {
        color: #333;
    }

        .page-list span:nth-child(1), .page-list span:nth-child(2), .page-list a:nth-child(2) {
            display: block;
            float: left;
        }

        .page-list span:nth-last-child(1), .page-list a:nth-last-child(1) {
            display: block;
            float: left;
            border-left-color: #ececec;
        }

    .page-list .current {
        display: block;
        float: left;
    }*/
/*页码容器*/
.page-box {
    margin: 15px 30px;
    padding-bottom: 30px;
}

    .page-box:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.honor-img img {
    padding-left: 10px;
    padding-right: 10px;
}

.ue-table-interlace-color-double {
    background-color: #cccccc
}

table tr:hover {
    font-weight: bold;
}

.backtop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: rgba(230,33,41,0.8);
    border-radius: 25px;
    text-align: center;
}

    .backtop i {
        color: #fff;
        line-height: 50px;
        font-size: 30px;
    }
